Class symantec.itools.db.beans.brl.adapter.editors.DerivRulePage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.DerivRulePage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.DerivRulePage

public class DerivRulePage
extends WizardPanel
implements PropertyChangeListener
Page used for specifying the class which implements the business rule

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o firstTime
 o imageLabel
 o implPanel
 o ruleClass

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.DerivRulePage(DerivWizardController)
constructor

Method Index

 o cancel()
cancel method
 o entering()
entering method
 o exiting()
exiting method
 o getSelectedRule()
Method to return class which implements the rule
 o getSelectedRuleType()
Method to return the class type
 o initControls()
initControls method
 o main(String[])
 o propertyChange(PropertyChangeEvent)
Implementation of propertyChange Event

Variables

 o firstTime
protected boolean firstTime
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o implPanel
protected symantec.itools.db.beans.brl.adapter.editors.ClassPropertyEditorHelper implPanel
 o ruleClass
protected java.lang.Class ruleClass

Constructors

 o DerivRulePage
protected DerivRulePage(DerivWizardController c)
constructor

Methods

 o cancel
public void cancel()
cancel method

Overrides:
cancel in class WizardPanel
 o entering
public void entering()
entering method

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()
exiting method

Overrides:
exiting in class WizardPanel
 o getSelectedRule
public java.lang.Class getSelectedRule()
Method to return class which implements the rule

Returns:
Class
 o getSelectedRuleType
public int getSelectedRuleType()
Method to return the class type

Returns:
int
 o initControls
protected void initControls()
initControls method

 o main
public static void main(String[] args)
 o propertyChange
public void propertyChange(PropertyChangeEvent e)
Implementation of propertyChange Event


All Packages  Class Hierarchy  This Package  Previous  Next  Index